home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global packagenum, bgmonoff
- set the visible of sprite 23 to 0
- set dosomething to button()
- if dosomething = "next" then
- puppetSound(bgmonoff)
- updateStage()
- nextprevpage("1")
- else
- if dosomething = "prev" then
- puppetSound(bgmonoff)
- updateStage()
- nextprevpage("-1")
- else
- if dosomething = "return" then
- puppetSound(bgmonoff)
- updateStage()
- returnmovie()
- end if
- end if
- end if
- end
-